Visual Basic Code , VB.NET Code
Find Code:
  All
  VB
  VB.NET
  ASP
  ASP.NET
  Snippets
  Popular
  Submit Code
  Forums
  Articles
  Tips
  Links
  Books
  Contest
  Mailing List
  Link to us
 Home >> Author

 All submissions by: "Scott Lysle"

Manage Data without the Database in VBVersion: VB 2008
Author: Scott LysleSubmitted: 6/3/2008Downloads: 7809
This article provides an approach to building an application that may be used to collect, store, and retrieve data without relying upon a database to get there. If you need to store a limited amount of data, if your users won't be sharing data with other ...more>>

Manage Data without the Database in C#Version: C#
Author: Scott LysleSubmitted: 6/3/2008Downloads: 3723
This article provides an approach to building an application that may be used to collect, store, and retrieve data without relying upon a database to get there. If you need to store a limited amount of data, if your users won't be sharing data with other ...more>>

Killing Processes in VBVersion: VB 2008
Author: Scott LysleSubmitted: 6/3/2008Downloads: 6228
This article provides a simple example of how to use the System.Diagnostics.Process library to display a list of running processes, and to select and kill processes by their process name and ID. It would not be a major trick to display additional informa ...more>>

Killing Processes in C#Version: C#
Author: Scott LysleSubmitted: 6/3/2008Downloads: 3721
This article provides a simple example of how to use the System.Diagnostics.Process library to display a list of running processes, and to select and kill processes by their process name and ID. It would not be a major trick to display additional informa ...more>>

Simple RSS Feed ReaderVersion: VB 2005
Author: Scott LysleSubmitted: 2/23/2008Downloads: 7251
The article describes the construction of a simple RSS feed reader based upon some easy XPath work.

C# RSS Feed ReaderVersion: C#
Author: Scott LysleSubmitted: 2/23/2008Downloads: 2951
The article and sample describe the construction of a basic RSS feed reader using XPath.

Parsing Sentences and Building Text StatisticsVersion: VB 2005
Author: Scott LysleSubmitted: 2/19/2008Downloads: 4950
This article describes three approaches to parsing the sentences from a body of text. It also describes an approach to generating sentence count, word count, and character count statistics.

Parsing Sentences and Building Text StatisticsVersion: C#
Author: Scott LysleSubmitted: 2/19/2008Downloads: 2905
This article describes three approaches to parsing the sentences from a body of text. It also describes an approach to generating sentence count, word count, and character count statistics.

Building a UNIX Time to Date ControlVersion: C#
Author: Scott LysleSubmitted: 2/19/2008Downloads: 2749
This article addresses the construction of a custom control that will convert UNIX time into useful and readable dates for display in a Win Forms application.

Building a UNIX Time to Date ControlVersion: VB 2005
Author: Scott LysleSubmitted: 2/19/2008Downloads: 3458
This article addresses the construction of a custom control that will convert UNIX time into useful and readable dates for display in a Win Forms application.

<< Previous  Page 2 of  6  Next >>

Go to page: 2  3  4  5  6